projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0762df
)
Remote `unused` lint
author
Brian Koropoff
<bkoropoff@gmail.com>
Sun, 5 Oct 2014 23:06:50 +0000
(16:06 -0700)
committer
Brian Koropoff
<bkoropoff@gmail.com>
Sun, 5 Oct 2014 23:06:50 +0000
(16:06 -0700)
It's causing tons of not-very-helpful errors that are breaking the build.
src/cargo/lib.rs
patch
|
blob
|
history
diff --git
a/src/cargo/lib.rs
b/src/cargo/lib.rs
index f4d11bab1c0ace147455ea0d03e1e6be365e9813..87a495aff6a4b522f337a53628af2605c4bf3589 100644
(file)
--- a/
src/cargo/lib.rs
+++ b/
src/cargo/lib.rs
@@
-3,7
+3,7
@@
#![feature(macro_rules, phase)]
#![feature(default_type_params)]
-#![deny(bad_style
, unused
)]
+#![deny(bad_style)]
extern crate libc;
extern crate regex;